curl --request GET \
--url https://api.hyperline.co/v1/subscriptions/templates/{id} \
--header 'Authorization: Bearer <token>'{
"id": "subt_7gdusOkqr5L0B8",
"name": "Starter",
"description": "Starter pack",
"configurations": [],
"created_at": "2025-11-30T18:24:34.473Z",
"updated_at": "2025-11-30T18:24:34.473Z"
}Retrieve an existing subscription template with its configurations details.
curl --request GET \
--url https://api.hyperline.co/v1/subscriptions/templates/{id} \
--header 'Authorization: Bearer <token>'{
"id": "subt_7gdusOkqr5L0B8",
"name": "Starter",
"description": "Starter pack",
"configurations": [],
"created_at": "2025-11-30T18:24:34.473Z",
"updated_at": "2025-11-30T18:24:34.473Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Subscription template ID.
"subt_7gdusOkqr5L0B8"
Subscription template name.
"Starter"
Subscription template description.
"Starter pack"
Subscription template configurations.
Show child attributes
[]Was this page helpful?